Bug 670449-gtk/gtksettings.c: Fix build on Windows
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 5 Apr 2012 16:28:45 +0000 (00:28 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 3 May 2012 03:54:15 +0000 (11:54 +0800)
commit2969db9993c7b00a17e279cf9c53543ae62fbed1
tree3588b448da93008e8dd30ebeb59162e3e45de4d3
parentaeb5cb2caacc72c92a145533134e757ac53dd6d3
Bug 670449-gtk/gtksettings.c: Fix build on Windows

On Windows, gtkwin32themeprivate.h is needed as
_gtk_win32_theme_get_default() is called on that platform to avoid C4013
warnings/errors (aka implicit declaration of ... for GCC folks).
gtk/gtksettings.c